home *** CD-ROM | disk | FTP | other *** search
- <html>
-
- <head>
- <link REL="stylesheet" TYPE="text/css" HREF="%14css/default.css">
- </head>
-
- <script language="javascript">
- function selectAll(type)
- {
- // type="report" or "subfolder"
- if (type == "report")
- {
- if (window.parent.frames['content_frame'].document.forms.folderReportForm != null)
- window.parent.frames['content_frame'].selectAll();
- else
- return;
- }
- else
- {
- if (window.parent.frames['content_frame'].document.forms.SubFoldersForm != null)
- window.parent.frames['content_frame'].selectAll();
- else
- return;
- }
- }
-
- function deselectAll(type)
- {
- if (type == "report")
- {
- if (window.parent.frames['content_frame'].document.forms.folderReportForm != null)
- window.parent.frames['content_frame'].deselectAll();
- else
- return;
- }
- else
- {
- if (window.parent.frames['content_frame'].document.forms.SubFoldersForm != null)
- window.parent.frames['content_frame'].deselectAll();
- else
- return;
- }
- }
-
- function moveSelected(type)
- {
- if (type == "report")
- {
- if (window.parent.frames['content_frame'].document.forms.folderReportForm != null)
- window.parent.frames['content_frame'].moveSelected();
- else
- return;
- }
- else
- {
- if (window.parent.frames['content_frame'].document.forms.SubFoldersForm != null)
- window.parent.frames['content_frame'].moveSelected();
- else
- return;
- }
- }
-
- function deleteSelected(type)
- {
- if (type == "report")
- {
- if (window.parent.frames['content_frame'].document.forms.folderReportForm != null)
- window.parent.frames['content_frame'].deleteSelected();
- else
- return;
- }
- else
- {
- if (window.parent.frames['content_frame'].document.forms.SubFoldersForm != null)
- window.parent.frames['content_frame'].deleteSelected();
- else
- return;
- }
- }
-
- function refresh()
- {
- //refresh url
- url = "%17";
- window.parent.location = url;
- }
-
- </script>
- <body leftmargin="0" topmargin="0">
-
- <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
-
- <SCRIPT SRC="%15js/helps.js"></SCRIPT>
- <SCRIPT SRC="%16js/tips.js"></SCRIPT>
-
- <table width=100% border=0 cellspacing=0 cellpadding=0>
- <tr>
- <td>
- <table border=0 cellspacing=0 cellpadding=0>
- <td class="clsTabSpacer"> </td>
- <td class="%1" align=middle nowrap><div class="%2"><a target="_parent" %10> Properties </a></div></td>
- <td class="clsTabSpacer"> </td>
- <td class="%3" align=middle nowrap> <div class="%4"> <a target="_parent" %11> Reports </a> </div> </td>
- <td class="clsTabSpacer"> </td>
- <td class="%5" align=middle nowrap> <div class="%6"> <a target="_parent" %12> Subfolders </a> </div> </td>
-
- <td class="clsTabSpacer"> </td>
- <td class="%18" align=middle nowrap> <div class="%18"> <a target="_parent" %19> Limits </a> </div> </td>
-
- <td class="clsTabSpacer"> </td>
- <td class="%7" align=middle nowrap> <div class="%8"> <a target="_parent" %13> Rights </a> </div> </td>
- </table>
- </td>
- <td> </td>
- </tr>
- <tr class="clsTabBar">
- <td align="right" colspan="2" nowrap>
- %9
- </td>
- </tr>
- </table>
- </body>
- </html>
-